home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 8 / Eagles_Nest_Mac_Collection_Disc_8.TOAST / Developer Tools⁄Additions / MacUserProj / MacUser Projects / June / 2GenApp Hdr / DocUtilPr.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-04-25  |  969 b   |  31 lines  |  [TEXT/KAHL]

  1. /* *****************************************************************************
  2.     FILE:             DocUtilPr.h
  3.     
  4.     DESCRIPTION:     Document Utilities Prototypes
  5.  
  6.     AUTHOR:            Kurt W.G. Matthies
  7.         
  8.     Copyright © 1990 by Code of the West, Inc., All Rights Reserved.
  9.  
  10.     
  11.     Revision History:
  12.     ==========================================================
  13.     4.24.90    -    June 1990 MacUser Release - multiple windows
  14.     3.30.90 -     May 1990 MacUser Release
  15.     ==========================================================
  16.  
  17.    ***************************************************************************** */
  18.  
  19. #ifndef _DocUtilPr_
  20. #define _DocUtilPr_
  21.  
  22. #include <WindowMgr.h>
  23.  
  24. Boolean        doNewDoc    ( void );
  25. Boolean        doCloseDoc    ( WindowPtr );
  26. Boolean        closeAllDocs ( void );
  27.  
  28. #endif
  29. /* ===========================================  EOF  ===========================
  30.     Copyright © 1990 by Code of the West, Inc., All Rights Reserved.
  31. ================================================================================ */